﻿
#cont-61096 {
	align-items: var(--col-align-items,inherit);
	padding-top: var(--section-padding-top);
	padding-bottom: var(--section-padding-bottom);
	--section-padding-top: 50px;
	--section-padding-bottom: 50px;
}
#form-60990 .form-field {
	margin-bottom: 20px;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	flex-direction: row;
}
#form-60990 label {
	font-weight: bold;
}
#form-field-60991 {
	--label-width: 85px;
	margin-bottom: 20px;
}
#form-field-60991 select {
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #ff7300 !important;
	background: var(--bgcolor);
	color: var(--color);
	width: 100%;
	max-width: 312px;
}
#form-field-60991 select:focus {
	outline: none !important;
}
#bhv-database2-61675.loading::before {
	content: '';
	width: 100vw;
	height: 100vh;
	background: #00000085;
	transition: background 0.1s 0.5s;
	z-index: 100;
}
#bhv-database2-61675.loading::after {
	content: '';
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
	transition: border-color 0.1s 0.5s;
	z-index: 101;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 2px solid #ffffff;
	border-top-color: #ff7300;
	display: flex;
	justify-content: center;
	align-items: center;
}
#bhv-database2-61675::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: transparent;
}
#bhv-database2-61675::after {
	content: '';
	position: fixed;
	font-size: 2rem;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border: 2px solid transparent;
	border-top-color: transparent;
}
#bhv-database2-61675 {
	margin-bottom: 20px;
}
#bhv-database2-61675 .form-field {
	margin-bottom: 20px;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	flex-direction: row;
}
#bhv-database2-61675 label {
	font-weight: bold;
}
#bhv-database2-61675 h3 {
	font-size: 2em;
}
#bhv-database2-61675 > div.admin > button {
	border-radius: 5px;
	padding: 10px 20px !important;
	font-weight: bold;
	background-color: #ff7300 !important;
	color: white !important;
}
#bhv-database2-61675 div.search , #bhv-database2-61675 div.views , #bhv-database2-61675 div.sortbuttons , #bhv-database2-61675 div.filter {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	margin-bottom: 30px;
}
#bhv-database2-61675 .search input {
	height: 15px;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #ff7300 !important;
	background: transparent;
	color: var(--color);
}
#bhv-database2-61675 .search input:focus {
	outline: none !important;
}
#bhv-database2-61675 div.search b , #bhv-database2-61675 div.views b , #bhv-database2-61675 div.sortbuttons b , #bhv-database2-61675 div.filter b {
	display: inline-block;
	width: 85px;
}
#bhv-database2-61675 div.views span {
	margin-right: 10px;
	font-size: 1.5em;
	cursor: pointer;
}
#bhv-database2-61675 div.sortbuttons {
	--x-order: 3;
	display: flex;
	gap: 10px;
}
#bhv-database2-61675 div.sortbuttons span {
	overflow: unset;
	width: fit-content;
	cursor: pointer;
}
#bhv-database2-61675 div.sortbuttons span.asc::after {
	font-family: 'FontAwesome';
	padding-left: 3px;
	content: '\f0dd';
}
#bhv-database2-61675 div.sortbuttons span.desc::after {
	font-family: 'FontAwesome';
	padding-left: 3px;
	content: '\f0de';
}
#bhv-database2-61675 div.filter {
	--x-order: 2;
}
#bhv-database2-61675 div.filter > span {
	display: inline-flex;
	width: calc(100% - 90px);
	flex-wrap: wrap;
	gap: 0 10px;
}
#bhv-database2-61675 div.filter > span > span.br {
	flex-basis: 100%;
	height: 0;
}
#bhv-database2-61675 div.filter > span > span {
	cursor: pointer;
}
#bhv-database2-61675 div.filter input {
	margin-right: 5px;
}
#bhv-database2-61675 div.pagination {
	display: flex;
	margin: 20px 0;
	font-weight: bold;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
#bhv-database2-61675 div.pagination button {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid var(--bgcolor);
	padding: 3px;
	background: #ff7300;
	cursor: pointer;
	color: white;
}
#bhv-database2-61675 div.pagination span {
	margin-right: 5px;
	color: #ff7300;
}
#bhv-database2-61675 ul.viewable {
	margin-left: 0px;
	flex-wrap: wrap;
	display: flex;
}
#bhv-database2-61675 ul.viewable.columnsview {
	columns: 3;
	gap: 10px 40px;
}
#bhv-database2-61675 ul.viewable > li {
	list-style: none;
}
#bhv-database2-61675 ul.viewable.gridview > li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: calc(100% - 10px);
	padding: 10px;
	min-height: 100px;
	background: var(--bgcolor2);
	margin: 5px 0px;
	border-radius: 5px;
	align-items: center;
}
#bhv-database2-61675 ul.viewable.listview > li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: calc(100% - 10px);
	padding: 10px;
	min-height: 100px;
	background: var(--bgcolor2);
	margin: 5px 0px;
	border-radius: 5px;
	align-items: center;
}
#bhv-database2-61675 ul.viewable.listview > li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#bhv-database2-61675 ul.viewable.columnsview > li {
	columns: 2;
	width: 45%;
	height: 240px;
	box-shadow: 1px 1px 5px -2px;
	padding: 5px;
	border-radius: 6px;
}
#bhv-database2-61675 ul.viewable.columnsview > li:hover {
	background: #eee;
}
#bhv-database2-61675 ul.viewable.searchfound > li:not(.searchfound) {
	display: none;
}
#bhv-database2-61675 ul.viewable.paginable > li.hidepg {
	display: none;
}
#bhv-database2-61675 ul.viewable > li > * {
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-height: 1.2em;
	padding: 0px 5px;
	margin: 0;
}
#bhv-database2-61675 ul.viewable li > h4 {
	order: 1;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
#bhv-database2-61675 ul.viewable.listview > li > h4 {
	width: 200px;
}
#bhv-database2-61675 ul.viewable.gridview > li h4 {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.33em;
}
#bhv-database2-61675 ul.viewable.columnsview > li > h4 {
	display: block;
	width: 200%;
	margin-bottom: 10px;
}
#bhv-database2-61675 .featured-icon {
	width: 25px;
	margin-left: -30px !important;
	margin-top: -100px !important;
}
#bhv-database2-61675 ul.viewable li h4 a {
	color: black;
}
#bhv-database2-61675 ul.viewable.gridview > li > h5 {
	height: 68px;
}
#bhv-database2-61675 .preis-container .preis {
	text-decoration: line-through;
}
#bhv-database2-61675 ul.viewable > li > .preis {
	background-color: #ff7300 !important;
	color: white !important;
	border-radius: 15px;
	padding: 5px 10px;
	font-weight: bold;
	height: fit-content;
	min-width: 75px;
	text-align: center;
}
#bhv-database2-61675 ul.viewable > li i {
	color: #ff7300;
	margin-top: 7px;
	margin-left: auto;
	padding-left: 10px;
}
#bhv-database2-61675 ul.viewable > li > .product-name {
	color: var(--color);
	background-color: transparent;
	font-weight: bold;
	flex: 1;
}
#bhv-database2-61675 ul.viewable.gridview > li > p {
	margin: 10px 0;
}
#bhv-database2-61675 ul.viewable.gridview > li > span {
	height: auto;
	overflow: unset;
	text-align: center;
}
#bhv-database2-61675 ul.viewable.columnsview > li > span {
	display: block;
	margin-bottom: -20px;
}
#bhv-database2-61675 ul.viewable.gridview > li > span > img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 4px;
}
#bhv-database2-61675 ul.viewable.listview > li > span > img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}
#bhv-database2-61675 ul.viewable.columnsview > li > span > img {
	max-height: 200px;
	max-width: 100%;
}
#bhv-database2-61675 ul.viewable.listview > li > div:not(.admin) {
	width: calc((100% - 580px) / 2);
	max-height: 100px;
	overflow: hidden;
	font-size: var(--h5-font-size, .83em);
	display: -webkit-inline-box !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
#bhv-database2-61675 ul.viewable.gridview > li > div:not(.admin) {
	max-height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
#bhv-database2-61675 ul.viewable.columnsview > li > div:not(.admin) {
	height: 80px;
	top: 24px;
	margin-bottom: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
#bhv-database2-61675 ul.viewable li > .admin {
	display: inline-flex;
	width: 100px;
	overflow: hidden;
	align-items: flex-end;
}
#bhv-database2-61675 ul.viewable li > .admin > button {
	visibility: hidden;
	width: 30px;
	display: flex;
	align-self: center;
}
#bhv-database2-61675 ul.viewable li > .admin > button::before {
	font-family: 'FontAwesome';
	font-size: 20px;
	display: inline-block;
	visibility: visible;
	color: #ff7300 !important;
}
#bhv-database2-61675 ul.viewable li > .admin > button:nth-of-type(1) {
	order: 1;
}
#bhv-database2-61675 ul.viewable li > .admin > button:nth-of-type(1)::before {
	content: '\0f044';
	margin-top: 4px;
}
#bhv-database2-61675 ul.viewable li > .admin > button:nth-of-type(2) {
	order: 3;
}
#bhv-database2-61675 ul.viewable li > .admin > button:nth-of-type(2)::before {
	content: '\0f1f8';
	margin-top: 1px;
}
#bhv-database2-61675 ul.viewable li > .admin > button:nth-of-type(3) {
	order: 2;
	margin-top: -2px;
}
#bhv-database2-61675 ul.viewable li > .admin > button:nth-of-type(3)::before {
	content: '\0f0c5';
}
#bhv-database2-61675 .shorttext {
	width: 25%;
	max-height: 100px;
	overflow: hidden;
	display: -webkit-inline-box !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
#bhv-database2-61675 .preis-container {
	background-color: #ff7300 !important;
	color: white !important;
	border-radius: 15px;
	padding: 5px 10px;
	font-weight: bold;
	height: fit-content;
	width: 100%;
	max-width: 75px;
	min-width: 75px;
	text-align: center;
}
#bhv-database2-61675 .dbnavig {
	display: flex;
	gap: 8px;
	background: var(--bgcolor);
	padding: 12px;
	border-radius: 12px;
	box-shadow: 0 4px 6px var(--bgcolor2);
	border: 1px solid var(--bgcolor2);
	max-width: fit-content;
	margin-block: 20px;
	margin-inline: auto;
}
#bhv-database2-61675 .dbnavig button {
	padding: 8px 16px;
	border: none;
	border-radius: 8px;
	background-color: var(--bgcolor2);
	color: var(--color);
	cursor: pointer;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
#bhv-database2-61675 .dbnavig button.inaktiv {
	cursor: not-allowed !important;
	opacity: 0.5;
}
#bhv-database2-61675 .dbnavig button:hover {
	background-color: color-mix(in lab, var(--bgcolor2) 100%, black 20%);
	transform: translateY(-1px);
}
#bhv-database2-61675 .dbnavig button:active {
	transform: translateY(0);
}
#bhv-database2-61675 .dbnavig .gotopg {
	width: 60px;
	padding: 8px;
	text-align: center;
	border: 2px solid var(--bgcolor2);
	border-radius: 8px;
	font-weight: 500;
	color: var(--color);
	outline: none;
	transition: border-color 0.2s ease;
}
#bhv-database2-61675 .dbnavig .gotopg:focus {
	border-color: #2196F3;
	box-shadow: 0 0 0 2px var(--bgcolor2);
}
#bhv-database2-61675 .dbnavig .gotofirst , #bhv-database2-61675 .dbnavig .gotolast {
	background-color: var(--hicolor);
	color: var(--bgcolor);
}
#bhv-database2-61675 .dbnavig .gotofirst:hover , #bhv-database2-61675 .dbnavig .gotolast:hover {
	background-color: color-mix(in lab, var(--hicolor) 100%, black 20%);
}
@media (max-width:800px) /* responsive */ {
	#form-60990 label {
		width: 100%;
	}
	#bhv-database2-61675 ul.viewable {
		margin-right: 0px;
	}
	#bhv-database2-61675 .shorttext {
		width: 100%;
		margin-bottom: 10px;
	}
	#bhv-database2-61675 ul.viewable.listview > li > span > img {
		max-width: 75px;
		max-height: 75px;
	}
	#bhv-database2-61675 div.pagination {
		justify-content: center;
	}
	#bhv-database2-61675 .shorttext-leer {
		width: 100%;
	}
}

@keyframes spin {
	#bhv-database2-61675.loading to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
